github.com/hyperion-hyn/go-ethereum@v2.4.0+incompatible/docs/Cakeshop/Cakeshop FAQ.md (about)

     1  ??? question "How do I call contracts or send Transactions to existing contracts?"
     2  
     3      The "Sandbox" tab provides the ability to load up a contract that has been deployed using Cakeshop or the Cakeshop APIs and to make Read calls or submit Transactions to those contracts.  
     4      
     5  
     6  ??? question "How do I find existing contracts?" 
     7  
     8      The "Contracts" explorer tab lists all contracts that have been deployed using Cakeshop sandbox.
     9  
    10  ??? question "How do I deploy contracts to my network using Cakeshop?"
    11  
    12      The "Sandbox" tab provides the ability to write and deploy contracts onto your chain. 
    13  
    14  ??? question "How do I run Cakeshop on any Ethereum build or on my private Ethereum network?"
    15  
    16      See the [Attach Mode](../Getting Started#attach-mode) instructions for using Cakeshop with your Ethereum-like node.  This provides you the ability to start Cakeshop without auto-starting a geth node, and then attach it to your already-running node.
    17  
    18  ??? question "How do I run Cakeshop on many nodes?"
    19  
    20      See the [Multi-Instance](../Getting Started#multi-instance-setup) instructions for managing multiple nodes that you control on an Ethereum-based network. 
    21  
    22  ??? question "How do I save the solidity files that I have written in the Sandbox?"
    23  
    24      You can't explicitly save these files at the moment, but they are auto-saved to your browser cache. For this reason, you shouldn't use Cakeshop as your version management system and you should definitely ensure you save them in a proper VCS outside of Cakeshop.
    25  
    26  ??? question "What is an 'Ethereum-like' ledger/node?"
    27  
    28      An 'Ethereum-like' ledger/node is one that uses the Ethereum JSON RPC API. The Ethereum clients and [Quorum](https://github.com/jpmorganchase/quorum) are examples.
    29  
    30      Note that if an Ethereum-forked ledger forks too far away from base Ethereum then there may be some issues with using Cakeshop on top of it.</em>